func os.openDirAt

2 uses

	os (current package)
		removeall_at.go#L86: 		file, err := openDirAt(parentFd, base)
		removeall_at.go#L168: func openDirAt(dirfd int, name string) (*File, error) {